#include <linear_solver_implementation.hpp>


Public Types | |
| typedef T | TheType |
| typedef I | IdxType |
| typedef BaseLinearSolverInterface< T, I >::MatrixType | MatrixType |
| typedef BaseLinearSolverInterface< T, I >::VectorType | VectorType |
Public Member Functions | |
| LinearSolverImplementation (MatrixType &A) | |
| Default constructor. | |
| ~LinearSolverImplementation (void) | |
| Destructor. | |
| typedef I gridpack::math::LinearSolverImplementation< T, I >::IdxType |
| typedef BaseLinearSolverInterface<T, I>::MatrixType gridpack::math::LinearSolverImplementation< T, I >::MatrixType |
Reimplemented from gridpack::math::BaseLinearSolverInterface< T, I >.
| typedef T gridpack::math::LinearSolverImplementation< T, I >::TheType |
| typedef BaseLinearSolverInterface<T, I>::VectorType gridpack::math::LinearSolverImplementation< T, I >::VectorType |
Reimplemented from gridpack::math::BaseLinearSolverInterface< T, I >.
| gridpack::math::LinearSolverImplementation< T, I >::LinearSolverImplementation | ( | MatrixType & | A | ) |
Default constructor.
References gridpack::utility::Configurable::Configurable().
| gridpack::math::LinearSolverImplementation< T, I >::~LinearSolverImplementation | ( | void | ) |
Destructor.
1.6.1